home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 10 / FreelogHS10.iso / Apprendre / Trainers / id82.swf / scripts / DefineButton2_23 / BUTTONCONDACTION on(keyPress d).as next >
Text File  |  2001-10-25  |  117b  |  8 lines

  1. on(keyPress "d"){
  2.    if(IncorrectDisplay == false)
  3.    {
  4.       SelectedNote = 6;
  5.       gotoAndStop(20);
  6.    }
  7. }
  8.